Skip to content

Conversation

@andreaangiolillo
Copy link
Collaborator

@andreaangiolillo andreaangiolillo commented Mar 4, 2022

Proposed changes

Checklist

  • I have signed the MongoDB CLA
  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation in document requirements section listed in CONTRIBUTING.md (if appropriate)
  • I have addressed the @mongodb/docs-cloud-team comments (if appropriate)
  • I have updated e2e/E2E-TESTS.md (if an e2e test has been added)
  • I have run make fmt and formatted my code

Further comments

In #1014 we started using git tag --sort=committerdate which is not available for git version 1.8.3.1, the version
shipped with Red Hat 7 (error).
This PR updates our evergreen tests to use Rhel 8

Comment on lines +96 to +101
script: |
set -Eeou pipefail
export GOROOT="${go_root}"
export PATH="./bin:$GOROOT/bin:$PATH"
go tool cover -html=coverage.out -o coverage.html
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andreaangiolillo andreaangiolillo requested a review from gssbzn March 4, 2022 14:06
@andreaangiolillo andreaangiolillo marked this pull request as ready for review March 4, 2022 14:06
@andreaangiolillo andreaangiolillo requested a review from a team March 4, 2022 14:06
Copy link
Collaborator

@blva blva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@andreaangiolillo andreaangiolillo merged commit ce89412 into master Mar 4, 2022
@andreaangiolillo andreaangiolillo deleted the upgrade_evergreen_hosts_to_rhel8 branch March 4, 2022 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants